home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / tsr / marxpop.zip / MARXPOP.DOC next >
Text File  |  1992-02-18  |  3KB  |  82 lines

  1.  
  2. Computer Tyme MARXPOP * Copyright 1992 by Marc Perkel
  3. All Rights Reserved * Version 1.0 * Release Date: 02-18-92
  4.  
  5. Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
  6. (800) 548-5353 Sales * (417) 866-1222 Voice * (417) 866-1665 Data
  7.  
  8. Usage: MARXPOP <config file> /U
  9. Example: MARXPOP MARXPOP.CFG
  10.  
  11.   /U to unload MARXPOP from memory.
  12.  
  13. MarxPop allows you to pop up 10 programs as if they were TSRs.
  14. You specify what programs to pop up by creating a configuration
  15. file with your editor. This configuration file contains key word
  16. commands that tell MarxPop how you want it to work.
  17.  
  18. Price: $25/Single User * $95/Server * $995 Unlimited
  19.  
  20. Configuration File Example:
  21.  
  22.    KEY ALT F11 = DM3.EXE        ;Directory Master III
  23.    KEY CTRL LS 1 = MARX PRINT;  ;MarxMenu Printer Utility
  24.    KEY ALT M = MARXMENU MAIL    ;Mail Program
  25.    KEY LS F3 =                  ;Blank Entry runs COMMAND.COM
  26.  
  27. The word KEY is used to define a popup key. To define the key
  28. the words CTRL, ALT, LS, and RS specify the Control, Alt,
  29. Left Shift and Right Shift respectively. The keynames F1 thru F12,
  30. A thru Z, and 0 thru 9 are recognized.
  31.  
  32. MarxPop understands other words that control how it works. The
  33. word SWAPPATH specifies the directory where swapfiles are kept
  34. if there isn't enough room in EMS or XMS memory. DISKSWAP
  35. forces MarxPop to use disk instead of EMS or XMS.
  36.  
  37. Normally MarxPop uses EMS before XMS memory. The word XMS forces
  38. MarxPop to use XMS memory. The word NOMOUSE prevents MarxPop from
  39. saving mouse information before poping up. NOSWAPMESSAGE is used
  40. to turn off the swapping message that appears on the screen while
  41. swapping. SHOWPROGRAM displays the program name on the screen while
  42. being loaded. Any text after a semicolon is considered a comment.
  43.  
  44. When setting keys, if you want to run a COM or EXE program then
  45. use the COM or EXE extension in the configuration file. This allows
  46. MarxPop to load the program directly without having to load COMMAND.COM
  47. which takes more memory and time to load.
  48.  
  49. Another way to specify the swap path is to set an environment
  50. variable TEMP to point to a directory where the swap files are
  51. to be kept. This is the same environment variable that Windows,
  52. DOS 5.0 and MarxMenu use for temporary files. If you are running
  53. on a network, the user must have full access rights to the
  54. directory where temporary disk files are kept.
  55.  
  56. Example: SET TEMP=F:\TMPFILES
  57.  
  58. On Novell networks MarxPop automatically selects unique names for
  59. the temporary files. On other networks you must set an environment
  60. variable STATION to a unique number from 1 to 255 or specify a
  61. unique swap path for each user.
  62.  
  63. Example: SET STATION=5
  64.  
  65. Limitations:
  66.  
  67. Never load a TSR when poping up a second program. This will cause
  68. the system to hang. MarxPop will not pop up a program while you are
  69. at the dos command prompt. You must me in an application to use
  70. popups unless you are running DOLIST. MarxPop will not pop up over
  71. a graphics application. Only text mode is supported.
  72.  
  73. Do not load MarxPop before any TSR that are responding to real time
  74. communication such as network shells. Always load MarxPop after these
  75. shells. MarxPop will not work if loaded high. Once you pop up a program
  76. you can not pop up another program until the first one finishes.
  77.  
  78. MarxPop Memory Usage:
  79.  
  80.   Main Task: 7k
  81.   Second Task: 15k
  82.